home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 22 / PC Actual CD 22.iso / SHARE / prog / POVRAY / SPLINE.ZIP / SP_SAMP2.POV < prev    next >
Encoding:
Text File  |  1997-03-10  |  369 b   |  13 lines

  1. // SPLINE GENERATOR SAMPLE: SPLINE PREVIEW 2
  2. // *****************************************
  3.  
  4. camera {location <0, 10, -70> look_at <0, 10, 0> angle 40}
  5. light_source {<10, 10, -60> rgb 1}
  6.  
  7. #declare spline_smoothness = 100
  8. #declare spline_object = sphere {<0, 0, 0>, .25
  9.    pigment {rgb <1, 0, 0>}}
  10.  
  11. #declare spline_file = "Unsmooth.spl"
  12. #include "ShowSpl.inc"
  13.